home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / compresn / hv11 / readme.txt < prev    next >
Encoding:
Text File  |  1992-07-07  |  1.4 KB  |  29 lines

  1. The files in distribution:
  2.  
  3. hiview.exe      The executable for 386 computers, compiled with djgcc
  4. jview.exe       The program for use with old graphics drivers
  5. hiview.doc      document for hiview
  6. emu387          The 387 emulator, provided by djgcc
  7. *.grn           Various graphics drivers in the "new" format
  8. *.grd           Old format graphics drivers
  9. README.IJG      The readme and legal limitations on the Independent JPEG
  10.                 Group sources
  11. COPYING         Policies on copying the sources and other files
  12. COPYING.DJ      Included from the djgpp distribution
  13. COPYING.FSF     The FSF copyright notice
  14. src\viewer.c    the main part of the program
  15. src\dither.c    the FS dithering algorithms by Bruce (bs@mda.ca)
  16.                 modified to use 32 bit integer math
  17. src\hicolor.c   no longer used. used to be the hicolor support part
  18. src\fnsplit.c   fnsplit, ala Borland C
  19. src\jrdgif.c    modified from the JPEG distribution
  20. src\jrdtarga.c    "       "     "   "       "    
  21. src\jmemmgr.c     "       "     "   "       "    
  22. src\todo.doc    planned improvements and a general plea for your help
  23. src\*.h         various header files.
  24. src\makefile    the makefile for hiview.out
  25. src\makefile.opt the makefile for optimized executable
  26. src\*.lst       list of files required by the make file to avoid the
  27.                 command line length limitation of MSDOS
  28.                 
  29.